From 4e891ef954f73f8cd78b4ed79450105edc08a429 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jes=C3=BAs=20Espino?= Date: Wed, 9 Mar 2016 19:53:11 +0100 Subject: [PATCH] Add search command to the manpage --- src/etc/cargo.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/etc/cargo.1 b/src/etc/cargo.1 index db4971d23..c3e0043ea 100644 --- a/src/etc/cargo.1 +++ b/src/etc/cargo.1 @@ -74,6 +74,9 @@ Package and upload this project to the registry \fBcargo uninstall\fR Remove a Rust binary .TP +\fBcargo search\fR +Search registry for crates +.TP \fBcargo version\fR Print cargo's version and exit -- 2.30.2